type runtime.synctestBubble

17 uses

	runtime (current package)
		chan.go#L46: 	bubble   *synctestBubble
		panic.go#L1320: 		var bubble *synctestBubble
		panic.go#L1408: func dopanic_m(gp *g, pc, sp uintptr, bubble *synctestBubble) bool {
		runtime2.go#L493: 	bubble  *synctestBubble
		synctest.go#L14: type synctestBubble struct {
		synctest.go#L43: func (bubble *synctestBubble) changegstatus(gp *g, oldval, newval uint32) {
		synctest.go#L111: func (bubble *synctestBubble) incActive() {
		synctest.go#L118: func (bubble *synctestBubble) decActive() {
		synctest.go#L132: func (bubble *synctestBubble) maybeWakeLocked() *g {
		synctest.go#L160: func (bubble *synctestBubble) raceaddr() unsafe.Pointer {
		synctest.go#L180: 	bubble := &synctestBubble{
		synctest.go#L262: 	bubble *synctestBubble
		synctest.go#L343: 	bubble.(*synctestBubble).decActive()
		synctest.go#L352: 	gp.bubble = bubble.(*synctestBubble)
		time.go#L1006: func (ts *timers) check(now int64, bubble *synctestBubble) (rnow, pollUntil int64, ran bool) {
		time.go#L1071: func (ts *timers) run(now int64, bubble *synctestBubble) int64 {
		time.go#L1116: func (t *timer) unlockAndRun(now int64, bubble *synctestBubble) {